home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libntfs-3g0 / README.Debian < prev    next >
Encoding:
Text File  |  2007-04-10  |  904 b   |  27 lines

  1. ntfs-3g for Debian
  2. ==================
  3.  
  4. Quickstart guide for ntfs-3g
  5. ----------------------------
  6.  
  7. I assume NTFS partition is '/dev/hda1' and its mountpoint '/mnt/windows'.
  8.  
  9. 1. Load fuse kernel module and add them to /etc/modules :
  10.    modprobe fuse && echo "fuse" >> /etc/modules
  11.  
  12. 2. Mount a NTFS partition :
  13.    ntfs-3g /dev/hda1 /mnt/windows
  14.  
  15. 3. If you want to give full access for all users, ignore permission related
  16.    driver messages, and make national characters visible then use (drop or
  17.    replace the below fr_FR.utf8 with the appropriate setting, and also the
  18.    device and mount points, if needed) :
  19.  
  20.    ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=fr_FR.utf8
  21.  
  22. 4. To mount the patition at startup, edit /etc/fstab and add :
  23.  
  24.    /dev/hda1  /mnt/windows  ntfs-3g  silent,umask=0,locale=fr_FR.utf8  0  0
  25.  
  26.  -- Adam C├⌐cile (Le_Vert) <gandalf@le-vert.net>, Tue, 3 Oct 2006 01:17:00 +0200
  27.